DisposeCCursor
You use theDisposeCCursor
procedure to dispose of all records allocated by theGetCCursor
function. TheDisposeCCursor
procedure is also available as theDisposCCursor
procedure.
PROCEDURE DisposeCCursor (cCrsr: CCrsrHandle);
cCrsr
- A handle to the color cursor to be disposed of.
DESCRIPTION
TheDisposeCCursor
procedure disposes of memory allocated by theGetCCursor
function. You should useDisposeCCursor
for each call to theGetCCursor
function (described on page 8-24).